home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 681 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.2 KB

  1. Path: mail2news.demon.co.uk!jmccrea.demon.co.uk
  2. From: John McCrea <john@jmccrea.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: How do I remove a second IDE drive from an A4000?
  5. Date: Tue, 9 Jan 96 00:38:32 GMT
  6. Organization: Personal
  7. Distribution: world
  8. Message-ID: <9601090038.AA000w9@jmccrea.demon.co.uk>
  9. References: <4cg73f$kk4@news.uni-paderborn.de>
  10. X-NNTP-Posting-Host: jmccrea.demon.co.uk
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!jmccrea.demon.co.uk
  13.  
  14. Thomas Schwoeppe (ths@uni-paderborn.de) wrote:
  15. > Hi there!
  16. > What might seem like a pretty odd question is (or was) actually a serious
  17. > problem for me. Now here's the story.
  18. >
  19. >[snip]
  20. >
  21. > So my first thought was, throw out that
  22. > slow and small Conner drive (120 MB, 700 KB/sec on a good day) and just use
  23. > my new Quantum Fireball 1280. Did that and guess what, that damn computer
  24. > didn't want to boot anymore, not even from floppy.
  25. > It seems like it is expecting a second drive on the IDE bus.
  26. > First I thought, it was a master/slave kind of jumper problem, but that
  27. > didn't help (the Quantum was master anyway).
  28. >
  29. > So does anyone know how to remove that old Conner drive and still be able to
  30. > boot? Maybe some HDToolBox magic will do the trick.
  31. >
  32. > Thanks in advance!
  33.  
  34. Hi Thomas
  35.  
  36. I think you may have two problems here. If you had just said that the
  37. Quantum will not cold-boot, but will boot after a subsequent CTRL/Amiga/Amiga,
  38. the problem would be that some big IDE drives do not come up to speed quickly
  39. enough for the Amiga's boot cycle, and the computer just displays the
  40. Insert Floppy Disk animation. A subsequent warm boot restarts the cycle
  41. with the hard drive up to speed, and is thus successful. I have this
  42. problem and have kept my WD170meg HD to boot from, with the 850meg as the
  43. second drive. I have inserted the following into my startup-sequence
  44.  
  45. BEGIN QUOTE
  46.  
  47. ; Allow time for big IDE Drives...
  48. assign >nil: DH1: exists
  49. if warn
  50.     DH0:c/reboot
  51. endif
  52.  
  53. END QUOTE
  54.  
  55. (Reboot is a program on Aminet)
  56.  
  57. However, I am concerned that the machine will not boot from floppy. Two
  58. things come to mind.
  59.  
  60. 1. That the priority for your Quantum is set higher than for DF0: in
  61.    the drive's RDB from HDToolbox.
  62.  
  63. 2. That although the Quantum is jumpered as a master, it is jumpered for a
  64.    master with slave present. This may be different, although it isn't on my
  65.    spare Quantum 420 Prodrive.
  66.  
  67. Finally, and clutching at straws, my 170meg drive, although the boot
  68. drive, seems to need to be jumpered as the slave, with the 850 as the
  69. master (they're both Western Digital) to boot successfully, and in
  70. addition, they must be on the correct connector on the IDE cable or
  71.           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  72. it does not boot. I do not understand this, as I thought it did not
  73. matter.
  74.  
  75. Regards
  76.  
  77. John
  78. .
  79. --
  80.  +------------------------------------------------------------------------+
  81.  | From: John McCrea | Internet john@jmccrea.demon.co.uk                  |
  82.  | Amiga 4000/AmiTCP | Compuserve 100425,3726                             |
  83.  | ................. | "...Don't touch the phone, I'm using the mo%!@..." |
  84.  +------------------------------------------------------------------------+
  85.